home *** CD-ROM | disk | FTP | other *** search
- global page, initminv, initmaxv
-
- on prepareFrame
- sprite(28).visible = 1
- sprite(29).visible = 1
- if page = 1 then
- sprite(28).visible = 0
- else
- if page = 32 then
- sprite(29).visible = 0
- end if
- end if
- set the memberNum of sprite 3 to 64 + page
- set the memberNum of sprite 34 to 96 + page
- adjustpic = member(64 + page).height - 725
- adjustpic = adjustpic / 2
- initminv = 450 + adjustpic
- set the locV of sprite 3 to initminv
- adjustpic = member(64 + page).height - 405
- initmaxv = initminv - adjustpic
- end
-